runtime.gList.empty (method)

13 uses

	runtime (current package)
		chan.go#L421: 	for !glist.empty() {
		mgcmark.go#L299: 	if list.empty() {
		proc.go#L2978: 		if list := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3196: 		if faketime != 0 && list.empty() {
		proc.go#L3209: 			if !list.empty() {
		proc.go#L3246: 		if list := netpoll(0); !list.empty() {
		proc.go#L3478: 	if glist.empty() {
		proc.go#L4669: 	if pp.gFree.empty() && (!sched.gFree.stack.empty() || !sched.gFree.noStack.empty()) {
		proc.go#L4731: 	for !pp.gFree.empty() {
		proc.go#L5600: 			if !list.empty() {
		proc.go#L6525: func (l *gList) empty() bool {